home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / lowwall.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  211 b   |  18 lines

  1. //-----
  2. // Low-wall attack behavior
  3. //-----
  4.  
  5. waitexec anim/crouch.scr::transition
  6.  
  7. while (1)
  8. {
  9.     if (self cansee self.enemy)
  10.     {
  11.         waitexec anim/shoot.scr
  12.     }
  13.     else
  14.     {
  15.         waitexec anim/aim.scr
  16.     }
  17. }
  18.